home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Disk Explorer Professional 2.65.01 / dep265cz.exe / cze / depro.chm / style.css < prev    next >
Cascading Style Sheet File  |  2002-06-08  |  3KB  |  253 lines

  1. /* Cascading Style Sheet for Disk Explorer Pro (ie4 required) */
  2.  
  3.  
  4. body
  5.   {
  6.   padding: 0px 0px 0px 26px;
  7.   background: #FFFFFF; 
  8.   color: #000000;
  9.   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  10.   font-size: 70%;
  11.   }
  12.  
  13. div
  14.   {
  15.   width: 90%;
  16.   border: 2px solid #999999;
  17.   padding: 4px 8px;
  18.   background: #cccccc;
  19.   }
  20.   
  21. h1, h2, h3, h4
  22.   {
  23.   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  24.   margin-left: -26px;
  25.   }
  26.   
  27. h1
  28.   {
  29.   font-size: 140%;
  30.   margin-top: 1em;
  31.   margin-bottom: .6em; 
  32.   }
  33.   
  34. h2
  35.   {
  36.   font-size: 115%;
  37.   margin-top: 1em;
  38.   margin-bottom: .6em; 
  39.   }
  40.   
  41. h3
  42.   {
  43.   font-size: 100%;
  44.   margin-left: 0px;
  45.   margin-bottom: 0.2em;
  46.   margin-top: 1.5em;
  47.   }
  48.   
  49. h4
  50.   {
  51.   font-size: 100%;
  52.   margin-top: 1em;
  53.   margin-bottom: .6em; 
  54.   }
  55.  
  56. h5
  57.   {
  58.   margin-bottom: 1em;
  59.   margin-top: 1.5em;
  60.   }
  61.  
  62. /* -- subheading -- */
  63.  
  64. h4.glossary
  65.   { 
  66.   margin-left: -16px;
  67.   margin-top: 1em;
  68.   margin-bottom: -0.5em;
  69.   }
  70.  
  71. ul p, ol p, dl p
  72.   {
  73.   margin-left: 0em;
  74.   }
  75.  
  76. p
  77.   {
  78.   margin-top: .6em;
  79.   margin-bottom: .6em;
  80.   }
  81.  
  82. dl
  83.   {
  84.   margin-top: 0em; 
  85.   }
  86.  
  87. dd
  88.   {
  89.   margin-bottom: 0em;  
  90.   margin-left: 1.5em; 
  91.   }
  92.  
  93. dt
  94.   {
  95.   margin-top: .6em; 
  96.   }
  97.  
  98. ul, ol
  99.   {
  100.   margin-top: .6em;   
  101.   margin-bottom: 0em;
  102.   }
  103.   
  104. ol
  105.   {
  106.   margin-left: 3.6em; 
  107.   } 
  108.   
  109. ul
  110.   {
  111.   list-style-type: disc; 
  112.   margin-left: 1.9em; 
  113.   }
  114.  
  115. li
  116.   {
  117.   margin-bottom: .6em;
  118.   }
  119.  
  120. ul ol, ol ol
  121.   {
  122.   list-style-type: lower-alpha;
  123.   {
  124.  
  125. pre
  126.   {
  127.   margin-top: .6em;
  128.   margin-bottom: .6em; 
  129.   }
  130.  
  131. pre,code
  132.   {
  133.   font: 100% Courier New, Courier, mono; 
  134.   color: #660000;
  135.   }
  136.  
  137. table
  138.   {
  139.   width: 90%;
  140.   background: #999999;
  141.   margin-top: 0em;
  142.   margin-bottom: .3em;
  143.   background: ##FFFFFF;
  144.   }
  145.     
  146. th
  147.   { 
  148.   padding: 2px 4px;
  149.   background: #dddddd;
  150.   text-align: left;
  151.   font-size: 70%;
  152.   vertical-align: top;
  153.   margin: .25em;
  154.   }
  155.     
  156. td
  157.   { 
  158.   margin: .25em;
  159.   padding: 2px 4px;
  160.   background: #eeeeee;
  161.   vertical-align: top;
  162.   font-size: 70%;
  163.   }
  164.  
  165.  
  166. td.hdr
  167.   {
  168.   margin: .25em;
  169.   background: #dddddd;
  170.   vertical-align: top;
  171.   padding: 2px 4px;
  172.   font-weight: bold;
  173.   width: 10%;           
  174.   padding-right :10px;  
  175.   }
  176.  
  177. tr
  178.   { 
  179.   margin: .25em;
  180.   vertical-align: top;
  181.  }
  182.  
  183.  
  184. A:link  {
  185.     color : #3333FF;
  186. }
  187.  
  188. A:visited  {
  189.     color : #996600;
  190. }
  191.  
  192. A:hover  {
  193.     text-decoration : underline;
  194.     color : #FF6600;
  195. }
  196.  
  197. .indent
  198.   {
  199.   margin-left: 1.5em; 
  200.   }
  201.  
  202. /* -------------- tables -------------- */
  203.  
  204. .headerbarshade
  205.   {
  206.   position: relative;
  207.   margin: 0;
  208.   left: 10px;
  209.   top: 2;
  210.   width: 100%;
  211.   height: 21px;
  212.   }
  213.  
  214. .headerbartable
  215.   {
  216.   position: absolute;
  217.   margin: 0;
  218.   left: 0;
  219.   top: 2;
  220.   width: 100%;
  221.   height: 21px;
  222.   }
  223.  
  224. table.headerbartable td, table.headerbarshade td
  225.   {
  226.   background:  #CCCCCC;
  227.   border-left: 2px solid ##FFFFFF;
  228.   margin: 0;
  229.   padding: 3px 0px 4px 0px;
  230.   font-family: Verdana, sans-serif;
  231.   font-size: 9pt;
  232.   }
  233.  
  234. table.headerbartable td.header
  235.   {
  236.   padding-left: 4px;
  237.   text-align: left;
  238.   }
  239.  
  240. /* -------------- other -------------- */
  241.  
  242. div.footer
  243.   {
  244.   width: 100%;
  245.   border: none;
  246.   background: ##FFFFFF;
  247.   margin-top: 18pt;
  248.   padding-bottom: 12pt;
  249.   color: #000000;
  250.   text-align: center;
  251.   font-size: 76%;
  252.   }
  253.